Click or drag to resize

ServiceSearchMailboxes Method (MailboxQuery, SearchResultType)

Searches the mailboxes.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public SearchMailboxesResponse SearchMailboxes(
	MailboxQuery mailboxQuery,
	SearchResultType resultType
)

Parameters

mailboxQuery
Type: Independentsoft.ExchangeMailboxQuery
The mailbox query.
resultType
Type: Independentsoft.ExchangeSearchResultType
Type of the result.

Return Value

Type: SearchMailboxesResponse
SearchMailboxesResponse.
See Also